C1.Web.Mvc Namespace / FlexPieBase<T> Class / ChartsPerLine Property

In This Topic
ChartsPerLine Property (FlexPieBase<T>)
In This Topic
Gets or sets the maximal number of charts per line.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property ChartsPerLine As Integer
 
Remarks
The property is used when there are multiple pies. By default, it's zero and the control perform layout automatically.
See Also